-- card: 52624 from stack: in -- bmap block id: 69773 -- flags: 0000 -- background id: 2665 -- name: -- part 1 (field) -- low flags: 00 -- high flags: 0004 -- rect: left=264 top=56 right=78 bottom=321 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 128 -- text size: 10 -- style flags: 256 -- line height: 13 -- part name: SCORE -- part 2 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=266 top=89 right=111 bottom=366 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: SCORE ----- HyperTalk script ----- on mouseUp global correct global guess global tally set numberFormat to "000.00" put the value of (( correct / guess ) * 100) into card field score put the value of card field score into tally put the value of card field score into grade go to card ID 114326 put the value of grade into card field scoreone end mouseUp -- part 3 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=267 top=117 right=139 bottom=367 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: RETEST ----- HyperTalk script ----- on mouseUp global tally global guess global correct delete line 1 of card field score put 0 into tally put 0 into guess put 0 into correct go to card id 53000 end mouseUp -- part 4 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=205 top=315 right=337 bottom=256 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: NEXT ----- HyperTalk script ----- on mouseUp go to next card end mouseUp -- part 5 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=149 top=314 right=337 bottom=199 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: PREV. ----- HyperTalk script ----- on mouseUp go back end mouseUp -- part contents for background part 1 ----- text ----- QUIZ -- part contents for background part 2 ----- text ----- Click on the SCORE button to determine how well you have done to this point in the quiz. The score is computed on the number of correct answers divided by the number of incorrect selections you made during the time you took this quiz. -- part contents for card part 1 ----- text ----- 000.00